home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.lang.c++
- Path: nntp-xfer-2.csn.net!stortek!news
- From: chbe@sweng.stortek.com (Christophe Beljouani (Toulouse))
- Subject: display network information
- Message-ID: <DpEC45.9C3@stortek.com>
- Sender: news@stortek.com
- Reply-To: chbe@sweng.stortek.com
- Organization: STK Software Engineering
- Date: Fri, 5 Apr 1996 15:52:53 GMT
-
-
- Hi !!
-
- I am working with Ilog Views (a C++ graphic library under X11) and will
- probably have to display some informations on some nodes of a network
- and their devices.
- For example, 3 nodes (A, B, C):
-
- A have 2 devices: A1, A2
- B have 4 devices: B1, B2, B3
- C have 1 device: C1
-
- The display should be something like:
-
- A1 B1 C1
- | | |
- | | |
- | | |
- A B4---B---B2 C
- | |
- | |
- | |
- A2 B3
-
-
- The devices (A1, A2, B1 ...) should have also attributes to display, but
- maybe in another window (don't know yes .. :-) ...
-
- I'm looking for a set or a library of functions, in C++ or C which would
- allow to compute the x, y for all this graphical objects.
-
- I know this need can look a little bit specific (:-), but someone has
- probably already worked on that, so ... :-)
-
- Thanks a lot for any reply.
-
- christophe
- chbe@garonne.stortek.com
-
-
-
-